JSONValue.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JSONValue opIndexAssign(JSONValue v, string key)
  2. JSONValue opIndexAssign(T value, string key)
    struct JSONValue
    opIndexAssign
    (
    T
    )
    (,
    string key
    )
    if (
    !is(T == JSONValue)
    )

Meta